FastSemaphore

FastSemaphores differ from classic semaphores in the following ways:

Since there are no objects associated with FastSemaphores, there are a number of restrictions that developers should be aware of before using a FastSemaphore:

NOTE: Internal objects are created from the system's internal allocation space (IntMSpace) when local memory is used.

Topics: